forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Rework Run Action Buttons into Action Framework #1524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
camielvs
wants to merge
1
commit into
12-10-rework_codeviewer_implementation
from
12-10-rework_action_buttons_into_new_action_framework
Closed
Rework Run Action Buttons into Action Framework #1524
camielvs
wants to merge
1
commit into
12-10-rework_codeviewer_implementation
from
12-10-rework_action_buttons_into_new_action_framework
+873
−975
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 10, 2025
Merged
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Dec 10, 2025
Merged
Merged
8737a95 to
73c5435
Compare
73c5435 to
f5b8ed7
Compare
f5b8ed7 to
0fdda14
Compare
0fdda14 to
6ac7507
Compare
1dd8730 to
0e92bae
Compare
f1367b4 to
1c75c23
Compare
0e92bae to
19707ab
Compare
1c75c23 to
22fcc25
Compare
19707ab to
726344b
Compare
22fcc25 to
19bc578
Compare
726344b to
5b89d37
Compare
19bc578 to
f8982e3
Compare
5b89d37 to
5f2112e
Compare
f8982e3 to
442d3d8
Compare
5f2112e to
0d02f62
Compare
3 tasks
442d3d8 to
b5bc3a7
Compare
0d02f62 to
1714799
Compare
8c926e9 to
bb051b9
Compare
1b8d745 to
0b78866
Compare
Collaborator
Author
|
Hmmm. The idea was to split out the logic from the UI, and improve readability + testability. I'm open to ideas - let's discuss in the New Year |
0b78866 to
6759ff2
Compare
bb051b9 to
07f6759
Compare
6759ff2 to
17a86e0
Compare
176371b to
9d0f76f
Compare
17a86e0 to
77f593f
Compare
9d0f76f to
5fe4a59
Compare
77f593f to
57ea5aa
Compare
5fe4a59 to
c929346
Compare
57ea5aa to
f6b8aa2
Compare
c929346 to
a5ce09e
Compare
f6b8aa2 to
b98cf0e
Compare
a5ce09e to
47f036b
Compare
b98cf0e to
f0ad36d
Compare
661532b to
eba55a1
Compare
f0ad36d to
dd65777
Compare
eba55a1 to
2478ed7
Compare
910344e to
6dd91ce
Compare
2478ed7 to
3cf9d11
Compare
6dd91ce to
27fb344
Compare
3cf9d11 to
1d430eb
Compare
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description
Action buttons in RunDetails follow the Action type style (rather than passing a straight ReactNode e.g. styled button). This ensures consistency of the interface, and makes it easy to implement new actions later.
This change requires some rework of the various RunDetails Buttons and the TaskImplementation. To formulate the actions list a new
useRunActionshook was added. Tests for these components have been, similarly, moved into a new consolidated test file for the hook.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
No change to app functionality.
Confirm that all buttons in RunActions look consistent and continue to function as expected.
Additional Comments